home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / stormc4.lha / Patch13 / StC2_Patch_13.readme < prev    next >
Text File  |  1998-04-22  |  2KB  |  89 lines

  1. HAAGE&PARTNER Computer GmbH
  2. Mainzer  Straße 10A
  3. 61191 Rosbach
  4. Germany
  5.  
  6. Tel: +49 (0) 6007 - 93 00 50
  7. FAX: +49 (0) 6007 - 75 43
  8.  
  9. Internet: storm-support@haage-partner.com
  10.  
  11. Homepage: http://www.haage-partner.com
  12.  
  13.  
  14. Dear StormC customer,
  15.  
  16. enclosed you will find a patch program to update
  17. StormC version 2.00.25 (10.18.97) to the current release
  18. 2.00.32 (11.02.98).
  19.  
  20. The process is started by a double click on the icon
  21.  
  22. StormC-v2.00.32.ptch
  23.  
  24. Please take note that the old version of StormC must be in the drawer
  25.  
  26. StormC:StormSYS
  27.  
  28.  
  29. Best wishes
  30.  
  31. HAAGE&PARTNER Support Team
  32.  
  33.  
  34.  
  35. History of StormC
  36. ============================
  37.  
  38. 08.10.97 (2.00.26)
  39.  
  40.   The logic NOT "!" with source and target type double/float generated
  41.   bad code on optimisation level 5 (PPC and 68k w/ FPU)
  42.  
  43. 11.10.97
  44.  
  45.   When assigning a value of a function call (w/ result of type class) to
  46.   a class object the temporary object was deleted although the class had
  47.   a con/destructor.
  48.  
  49. 09.11.97 (V 2.00.29)
  50.  
  51.   Listen-Initialisierungen für Bitfelder funktionierten überhaupt nicht
  52.  
  53. 13.12.97
  54.  
  55.   Fixed another optimisation bug. It only occured when assembler output
  56.   and a debug file were created.
  57.  
  58. 11.01.98 (Release 30)
  59. 24.01.98
  60.  
  61.   Fixed bug on accessing big structures with operations +=, |= etc.
  62.   Was found during portation of MESA.
  63.  
  64. 25.01.98 (Release 31)
  65.  
  66.   Fixed bug on initilisation of arrays. In some cases this caused an
  67.   Enforcer error (Word Read on 0).
  68.  
  69. 08.02.98
  70.  
  71.   Type conversion enum -> double could only be done by int cast.
  72.  
  73.   When an exception within a construtor the basic classes and members that
  74.   were already created before that were not destructed.
  75.   (Report Jochen 02.02.98)
  76.  
  77. 10.02.98
  78.  
  79.   After a class has been created virtual funktions of that class could
  80.   no longer be declared as "inline" any more although they were not called
  81.   (error message: "inline used after definition or use of function.")
  82.  
  83.   The linker names of VMT's of templet classes for all derived classes of
  84.   a template were identical, so wrong virtual functions were called in
  85.   template classes.
  86.   (Report Jochen 10.02.98)
  87.  
  88.  
  89.